'Declaration
Public Function New( _ ByVal details As String, _ ByVal exceptionType As Type _ )
'Usage
Dim details As String Dim exceptionType As Type Dim instance As New ActionResult(Of T)(details, exceptionType)
public ActionResult<T>( string details, Type exceptionType )
Parameters
- details
- The details information of executing action.
- exceptionType
- The details type of exception